GetSearchResultsResponse

data class GetSearchResultsResponse(nodeIds: List<NodeId>)

Represents response frame that is returned from DOM#getSearchResults operation call. Returns search results from given fromIndex to given toIndex from the search with the given identifier.

See also

Constructors

GetSearchResultsResponse
Link copied to clipboard
fun GetSearchResultsResponse(nodeIds: List<NodeId>)

Properties

nodeIds
Link copied to clipboard
val nodeIds: List<NodeId>
Ids of the search result nodes.

Sources

jvm source
Link copied to clipboard